.logo-row {
  display: flex;
  flex-wrap: wrap; 
}

.logo-col {
  flex: 1 1 50%;
  display: flex;
  justify-content: center; 
  align-items: center; 
  padding: 10px;
  box-sizing: border-box;
}

.logo-col img {
  max-width: 100%;
  max-height: 200px;
  height: auto;
}
.disclosure {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid #ddd; 
  font-size: 0.85rem;
  color: #666;
  line-height: 1.5;
  max-width: 800px; 
  background: #f9f9f9;
  padding: 12px 16px;
  border-radius: 4px;
}
.disclosure p {
  margin: 0;
}

.disclosure strong {
  color: #444; /* slightly stronger for headings */
}
.DnnModule.DnnModule-ActionForm.DnnModule-5358 {
    display: none;
}